home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.fade.gotoAndPlay(1);
- stopAllSounds();
- if(_root.even29 == 0)
- {
- _root.gotoAndStop(56);
- }
- else
- {
- _root.gotoAndStop(55);
- }
- }
- if(_root.micon._currentframe == 2)
- {
- if(_root.even29 == 0)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "A locker with a combination lock.";
- }
- else
- {
- _root.fade.gotoAndPlay(1);
- stopAllSounds();
- _root.gotoAndStop(55);
- }
- }
- }
- }
-